home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WWTCLKit / NIBNameScrollView.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  118 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface NIBNameScrollView:ScrollView
  5. {
  6.     id    myMatrix;
  7. }
  8.  
  9. - setMyMatrix:sender;
  10.  
  11. @end
  12.